Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: properly set SD pins #76

Merged
merged 1 commit into from
Sep 19, 2024
Merged

fix: properly set SD pins #76

merged 1 commit into from
Sep 19, 2024

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Sep 17, 2024

Only set*() methods and SDx_* definitions allows to manage the pins else the first pin available in the associated PinMap_SD_* arrays will be used.

Fixes #75.

With this reworks, begin and init are more simple and get back to previous prototype. Moreover it take in account of the SD BUS WIDE value.

@fpistm fpistm added the fix 🩹 Bug fix label Sep 17, 2024
@fpistm fpistm added this to the 1.3.3 milestone Sep 17, 2024
Only set*() methods and SDx_* definitions allows to manage the pins
else the first pin available in the associated PinMap_SD_* arrays
will be used.

Fixes stm32duino#75.

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm merged commit d8cf24c into stm32duino:main Sep 19, 2024
12 checks passed
@fpistm fpistm deleted the set_only branch September 19, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
Development

Successfully merging this pull request may close these issues.

New SD pins management: setxxx() usage ignored
1 participant